const go/types._MissingFieldOrMethod

4 uses

	go/types (current package)
		builtins.go#L669: 			check.invalidArg(x, _MissingFieldOrMethod, "%s has no single field %s", base, sel)
		call.go#L584: 		check.errorf(e.Sel, _MissingFieldOrMethod, "%s.%s undefined (%s)", x.expr, sel, why)
		call.go#L598: 			check.errorf(e.Sel, _MissingFieldOrMethod, "%s.%s undefined (type %s has no method %s)", x.expr, sel, x.typ, sel)
		errorcodes.go#L683: 	_MissingFieldOrMethod